text/template/parse.Tree.withControl (method)

3 uses

	text/template/parse (current package)
		parse.go#L413: 		return t.withControl()
		parse.go#L555: 			elseList.append(t.withControl())
		parse.go#L593: func (t *Tree) withControl() Node {